Add 'coredump-destroy' and 'coredump-restart' actions for crashed domains.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 7 Feb 2008 09:28:55 +0000 (09:28 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 7 Feb 2008 09:28:55 +0000 (09:28 +0000)
commite63b739dff28ed39ea67e6ef16a62aba326d35a1
treee4e830ec2386b9f1d57ff10a460180f102a35983
parentc5b5f2e9ffe06cb9d967a0e7842df89e00f17818
Add 'coredump-destroy' and 'coredump-restart' actions for crashed domains.

Xen-API already specifies these actions for the 'on_crash' domain exit
event. This patch makes them available for use in traditional domU
config files and through the xm tool as well.

Signed-off-by: Jim Fehlig <jfehlig@novell.com>
docs/man/xmdomain.cfg.pod.5
tools/examples/xmexample.hvm
tools/examples/xmexample1
tools/examples/xmexample2
tools/examples/xmexample3
tools/python/xen/xend/XendAPIConstants.py
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendConstants.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xm/create.py